Images as Hyperlinks

Images as hyperlinks help to create graphical web pages that connect to other documents. Here is an HTML5 example of image as an hyperlink ponce the picture gets clicked:
			<!DOCTTYPE html> 
<!--Example 1: Image as hyperlink.html -->
<html>
<head>
<title> Image as hyperlink example </title>
</head>
<body>
<h1> Example of Image as hyperlink</h1>
<a href="Hello_b.html">
<img src = "Hello world.png" width = "85" height = "100"
alt = "Advances in Quantum Computing Research" a>
</body>
</html>
If the file "Hello_b.html" and the picture "Hello World" are available in the same folder where your HTML file then whenever the picture is clicked the following is displayed:


For more details, please contact me here.
Date of last modification: 2020.